fmt.fmt.pad (method)
12 uses
fmt (current package)
format.go#L93: func (f *fmt) pad(b []byte) {
format.go#L192: f.pad(buf[i:])
format.go#L322: f.pad(buf[i:])
format.go#L365: f.pad(b)
format.go#L455: f.pad(strconv.AppendQuoteToASCII(buf, s))
format.go#L457: f.pad(strconv.AppendQuote(buf, s))
format.go#L471: f.pad(utf8.AppendRune(buf, r))
format.go#L483: f.pad(strconv.AppendQuoteRuneToASCII(buf, r))
format.go#L485: f.pad(strconv.AppendQuoteRune(buf, r))
format.go#L517: f.pad(num)
format.go#L590: f.pad(num)
format.go#L594: f.pad(num[1:])
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |